en

Infinite loop

ru

Перевод infinite loop на русский язык

infinite loop
The program crashed due to an infinite loop.
Программа зависла из-за бесконечного цикла.

Опеределения

An infinite loop is a sequence of instructions in a computer program that repeats indefinitely and never terminates, often due to a condition that is never met or a lack of a proper exit mechanism.